{% extends "base.html" %} {% block title %}User Detail{% endblock %} {% block content %}
{{ user.get_full_name() }}

{{ user.get_full_name() }}

Edit

Posts

Add Post
{% endblock %}